body {
	background: url(/images/bg.jpg) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: OpenSans, sans-serif;
	height: 100%;
}

a {
	color: #202020;
	font-weight:bold;
}

ul {
	width: 340px;
	margin: 40px auto 0;
}

li {
	margin-top: 15px;
	font-size: 20px;
	text-align: left;
}

.container {
	height: 100%;
}

.header {
	min-width: 320px;
	max-width:100%;
	margin: auto;
	text-align: center;
	z-index: 100;
}

.header .logo {
	height: 100px;
	margin: auto;
	background: transparent url(/images/logo.png) no-repeat;
	background-position: center 57px;
	text-indent: -99999px;
}

.content {
	min-width: 300px;
	margin: auto;
	text-align: center;
}

.index.form {
	margin-top: 150px;
}

.form-top {
	height: 140px;
}

#form-gender .form-top {
	background: transparent url(/images/gender.png) no-repeat center center;
}

#form-seekingGender .form-top {
	background: transparent url(/images/seekingGender.png) no-repeat center center;
}

#form-zip .form-top {
	background: transparent url(/images/location.png) no-repeat center center;
}

#form-age .form-top {
	background: transparent url(/images/dob.png) no-repeat center center;
}

#form-email .form-top {
	background: transparent url(/images/email.png) no-repeat center center;
}

#form-ethnicity .form-top {
	background: transparent url(/images/ethnicity.png) no-repeat center center;
}

#form-haveChildren .form-top {
	background: transparent url(/images/haveChildren.png) no-repeat center center;
}

#form-income .form-top {
	background: transparent url(/images/income.png) no-repeat center center;
}

#form-religion .form-top {
	background: transparent url(/images/religion.png) no-repeat center center;
}

#form-churchInvolvement .form-top {
	background: transparent url(/images/churchInvolvement.png) no-repeat center center;
}

#form-relationshipIntent .form-top {
	background: transparent url(/images/relationshipIntent.png) no-repeat center center;
}

.question {
	font-size: 18px;
	height: 40px;
}

.label {
	font-size: 18px;
	height: 30px;
	margin-top: 30px;
}

.question .sub {
	height: 40px;
	font-size: 14px;
	width: 300px;
	margin: 80px auto -40px;
}

.msg {
	color: #e80a1f;
	font-size: 20px;
	font-style: italic;
	height: 25px;
	margin-top: -10px;
	margin-bottom: 5px;
}

.button {
	margin-top: 50px;
}

button, input[type="submit"] {
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	width: 319px;
	height: 65.5px;
	border: 0;
	border-radius: 32.5px;
	background-color: #c065ae;
	margin: 6px auto;
	-webkit-appearance: none;
}

select, input[type="text"], input[type="password"] {
	width: 300px;
	font-size: 20px;
	font-weight: bold;
	background: none;
	border: none;
	border-bottom: 2px solid black;
	text-indent: 10px;
}

#bmonth-input, #bday-input, #byear-input {
	display: inline-block;
}

select#bmonth, select#bday, select#byear {
	width: 105px;
	margin: 0 2px;
}

.offer .form-top {
	height: 25px;
}

.offer .results {
	width: 375px;
	max-width: 95%;
	margin: auto;
}

.index .info, .offer .info {
	font-size: 28px;
	font-weight: bold;
	margin: auto;
}

.offer .message {
	font-size: 18px;
	margin-top: 5px;
}

.offer.form .logo {
	margin-top: 15px;
}

.offer .msg {
	margin-top: 15px;
	margin-bottom: -30px;
}

.offer .profile {
	margin-top: 35px;
}

.offer .button {
	margin-top: 15px;
}

.offer .arrow {
	position: absolute;
	top: 75px;
	left: 50%;
	margin-left: -280px;
	background: transparent url(/images/arrow.png) no-repeat;
	height: 210px;
	width: 115px;
}

.offer .form-bottom {
	display: none;
}

.terms, .disclaimer {
	width: 450px;
	max-width: 95%;
	margin: auto;
	margin-top: 15px;
	font-size: 14px;
}

.private-safe {
	display: none;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	padding: 10px 0;
	font-family: Georgia, fantasy;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #111;
}

.footer a {
	color: #c065ae;
}

@media (max-width: 600px) {
	body {
		background: url(/images/bg_mobile.jpg) no-repeat center center fixed;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
	}
	
	ul {
		width: 280px;
	}
	
	li {
		margin-top: 10px;
		font-size: 16px;
	}
	
	button, input[type="submit"] {
		width: 285px;
		height: 55px;
		font-size: 20px;
	}
	
	select#bmonth, select#bday, select#byear {
		width: 95px;
		font-size: 18px;
	}
	
	select, input[type="text"], input[type="password"] {
		width: 276px;
		font-size: 18px;
	}
	
	.header .logo {
		height: 80px;
		background: transparent url(/images/logo_mobile.png) no-repeat;
		background-position: center center;
	}
	
	.index.form {
		margin-top: 50px;
	}
	
	.index .info {
		width: 300px;
		font-size: 24px;
	}
	
	.offer .arrow {
		background: transparent url(/images/arrow_mobile.png) no-repeat;
		margin-left: -210px;
		top: 100px;
	}
}

@media (max-width: 420px) {
	.offer.form .logo img {
		max-width: 250px;
		height: auto;
	}
	
	.offer .arrow {
		margin-left: -185px;
	}
}

@media (max-width: 360px) {
	.offer .arrow {
		display: none;	
	}
}

@media (max-height: 750px) {
	.header .logo {
		height: 80px;
		background: transparent url(/images/logo_mobile.png) no-repeat;
		background-position: center center;
	}
	
	.offer .form-top {
		height: 0px;
	}
	
	.index .info, .offer .info {
		font-size: 22px;
		max-width: 300px;
		margin: auto;
	}
	
	.msg {
		font-size: 16px;
		font-weight: bold;
		height: 20px;
	}
	
	.offer .msg {
		margin-top: 10px;
		margin-bottom: -30px;
	}
	
	.question {
		height: 35px;
	}
	
	.label {
		height: 25px;
		margin-top: 25px;
	}
	
	.terms, .disclaimer {
		margin-top: 10px;
		font-size: 12px;
	}
	
	.offer .button {
		margin-top: 10px;
	}

	.footer {
		position: relative;
		margin-top: 50px;
	}
}